home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 357_01 / cstar1.exe / SZF.TST < prev    next >
Text File  |  1991-11-15  |  91b  |  9 lines

  1. f()
  2. {
  3.     struct node {
  4.         int x;
  5.     };
  6.     long int size;
  7.     size = sizeof(struct node *);
  8. }
  9.